home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd2.bin / drivers / Zakladni desky / Intel / win2k_xp1332.exe / Win2000 / a306.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2003-08-03  |  4.8 KB  |  178 lines

  1. ; Copyright (c) Intel Corporation (2003).
  2. ;
  3. ; INTEL MAKES NO WARRANTY OF ANY KIND REGARDING THE CODE.  THIS CODE IS
  4. ; LICENSED ON AN "AS IS" BASIS AND INTEL WILL NOT PROVIDE ANY SUPPORT,
  5. ; ASSISTANCE, INSTALLATION, TRAINING OR OTHER SERVICES.  INTEL DOES NOT
  6. ; PROVIDE ANY UPDATES, ENHANCEMENTS OR EXTENSIONS.  INTEL SPECIFICALLY
  7. ; DISCLAIMS ANY WARRANTY OF MERCHANTABILITY, NONINFRINGEMENT, FITNESS FOR ANY
  8. ; PARTICULAR PURPOSE, OR ANY OTHER WARRANTY.  Intel disclaims all liability,
  9. ; including liability for infringement of any proprietary rights, relating to
  10. ; use of the code. No license, express or implied, by estoppel or otherwise,
  11. ; to any intellectual property rights is granted herein.
  12. ;
  13. ; A306.INF  -- This file contains installation information for the 
  14. ;                 National Semiconductor DS90C2501 AIM3 Driver
  15. ;               
  16.  
  17. [Version]
  18. signature="$CHICAGO$"
  19. Class=DisplayCodec
  20. ClassGUID={E6ABB47D-8339-4C60-BE92-E9045FF5A33D}
  21. Provider=%Intel%
  22. CatalogFile=a306.cat
  23. /* AUTOBLD - NT5 LABEL - DO NOT REMOVE */
  24. DriverVer=08/03/2003,6.14.10.3619
  25.  
  26. [Manufacturer]
  27. %IntelMfg%=Intel
  28.  
  29. [DestinationDirs]
  30. ;DefaultDestDir = 11
  31. AIM.Device.CopyDrivers = 11
  32. AIM.Device.CopyDriversNT = 10,system32\drivers
  33.  
  34. [Intel]
  35. %AimChildDriver.DeviceDesc%=AIM.Device,DISPLAY\%AimDevID%
  36.  
  37. [ClassInstall]
  38. Addreg=AIMClass.AddReg
  39.  
  40. [ClassInstall32]
  41. Addreg=AIMClass.AddRegNT
  42.  
  43. [AIM.Device]
  44. AddReg=     AIM.Device.AddReg
  45. CopyFiles=  AIM.Device.CopyDrivers
  46.  
  47. [AIM.Device.NT]
  48. AddReg=     AIM.Device.AddRegNT
  49. CopyFiles=  AIM.Device.CopyDriversNT
  50.  
  51. [AIM.Device.AddReg]
  52. ;HKR,,DevLoader,,*ntkern
  53. HKR,,NTMPDriver,,%AimDriverName%
  54. HKR,,DeviceFuncGUID,,%AimDevFuncGUID%
  55. HKR,,DevicePNPID,,%AimDevID%
  56. HKR,,DriverDesc,,%AimChildDriver.DeviceDesc%
  57.  
  58. [AIM.Device.AddRegNT]
  59. HKR,,DevLoader,,*ntkern
  60. HKR,,NTMPDriver,,%AimDriverName%
  61. HKR,,DeviceFuncGUID,,%AimDevFuncGUID%
  62. HKR,,DevicePNPID,,%AimDevID%
  63. HKR,,DriverDesc,,%AimChildDriver.DeviceDesc%
  64.  
  65. [AIM_Parameters_AddReg]
  66. HKR,,DeviceFuncGUID,,%AimDevFuncGUID%
  67.  
  68. [AIMClass.AddReg]
  69. HKR,,,,%AimClass.Desc%
  70. HKR,,Icon,,"-1"
  71. ;HKR,,NoUseClass,,1    ;Class will not be seen anywhere
  72. ;HKR,,NoInstallClass,,1    ;Class is not shown in New Device Wizard
  73. HKR,,NoDisplayClass,,1    ;Class will not be displayed by Device Manager
  74. HKR,,SilentInstall,,1    ;Class is installed without any user interaction
  75.  
  76. [AIMClass.AddRegNT]
  77. HKR,,,,%AimClass.Desc%
  78. HKR,,Class,,DisplayCodec
  79. HKR,,Icon,,"-1"
  80. ;HKR,,NoUseClass,,1    ;Class will not be seen anywhere
  81. ;HKR,,NoInstallClass,,1    ;Class is not shown in New Device Wizard
  82. ;HKR,,NoDisplayClass,,1    ;Class will be displayed by Device Manager - For live updates
  83. HKR,,SilentInstall,,1    ;Class is installed without any user interaction
  84.  
  85. [SourceDisksNames.x86]
  86. 1=%DiskId1%,,,""
  87.  
  88. [SourceDisksFiles] 
  89. A306.sys=1
  90.  
  91. [AIM.Device.CopyDrivers]
  92. A306.sys
  93.  
  94. [AIM.Device.CopyDriversNT]
  95. A306.sys
  96.  
  97. [AIM.Device.Interfaces]
  98. AddInterface=%AimChildIntfGUID%,"GLOBAL",AimChildInterface,
  99.  
  100. [AimChildInterface]
  101. AddReg=AimChildInterface.AddReg
  102.  
  103. [AimChildInterface.AddReg]
  104. HKR,,Class,,%AimClassGUID%
  105. HKR,,FriendlyName,,%AimChildDriver.FriendlyName%
  106.  
  107. [AIM.Device.NT.Services]
  108. AddService = %AimDevFuncGUID%, 0x00000002, Aim.ServiceInstall, Aim_EventLog_Inst,System,"Aim3"
  109.  
  110. [AIM.Device.Services]
  111.  
  112. [Aim_EventLog_Inst]
  113. AddReg=Aim_EventLog_AddReg
  114.  
  115. [Aim_EventLog_AddReg]
  116. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\system32\drivers\%AimDriverName%"
  117. HKR,,TypesSupported,0x00010001,7
  118.  
  119.  
  120. [Aim.ServiceInstall]
  121. DisplayName   = %AimChildDriver.DeviceDesc%
  122. ServiceType   = %SERVICE_KERNEL_DRIVER%
  123. StartType     = %SERVICE_DEMAND_START%
  124. ErrorControl  = %SERVICE_ERROR_NORMAL%
  125. ServiceBinary = %10%\system32\drivers\%AimDriverName%
  126. AddReg        = AIM_Parameters_AddReg
  127.  
  128. ;---------------------------------------------------------------
  129. ;                S t r i n g s
  130. ;---------------------------------------------------------------
  131.  
  132. [Strings]
  133.  
  134. ;----------------
  135. ; Non-Localizable
  136. ;----------------
  137.  
  138. SERVICE_KERNEL_DRIVER=1
  139. SERVICE_SYSTEM_START=1 
  140. SERVICE_AUTO_START=2
  141. SERVICE_DEMAND_START=3
  142. SERVICE_ERROR_NORMAL=1
  143. ;
  144. ;
  145. ; These are customizable
  146. ;
  147. AimDevID="NA-2501"
  148. AimDriverSig=0x12354678        ; Supplied by Intel
  149. AimDriverName="A306.sys"
  150. AimDevFuncGUID="{6D08DE67-D457-4d38-A7F5-D88CCB81EE00}"
  151. ;
  152. ;
  153. ; These do not change - ever !
  154. ;
  155. AimClassGUID="{E6ABB47D-8339-4c60-BE92-E9045FF5A33D}"
  156. AimChildIntfGUID="{E87E75CE-0792-4534-AB89-5CFC95747B77}"
  157.  
  158. ;----------------
  159. ; Localizable
  160. ;----------------
  161.  
  162. Intel="Intel"
  163. IntelMfg="Intel Corporation"
  164. DiskId1="Intel Corporation Installation Disk #1"
  165. ;
  166. ;
  167. ; Do not change this line !
  168. ;
  169. AimClass.Desc="Intel AIM 3.0 Codec"
  170. ;
  171. ;
  172. ; Put device specifics here ->
  173. ;
  174. AimChildDriver.DeviceDesc="AIM 3.0 NS2501"
  175. AimChildDriver.FriendlyName="National Semiconductor DS90C2501 LVDS Transmitter"
  176.  
  177.  
  178.